@charset "gb2312";
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15;-webkit-tap-highlight-color: rgba(0,0,0,0);}
body{margin:0;font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;line-height: 1.42857143;font-size: 16px;background: #fff;color: #333; background:url(../images/logo_bg.png);}
h1{font-size:2em;margin:.67em 0;}
figure{margin:1em 40px;}
hr{box-sizing:content-box;height:0;overflow:visible;}
a{-webkit-text-decoration-skip:objects;background-color:transparent;}
abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}
b,strong{font-weight:bolder;}
dfn{font-style:italic;}
mark{background-color:#ff0;color:#000;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-.25em;}
sup{top:-.5em;}
audio:not([controls]){display:none;height:0;}
img{border-style:none;max-width:100%;}
svg:not(:root){overflow:hidden;}
button,input,optgroup,select,textarea{line-height:1.42857143;margin:0;outline: none;}
body, button, input, select, textarea {text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: "liga","kern";}
button,input{overflow:visible;}
button,select{text-transform:none;}
button,html [type=button],/* 1 */
[type=reset],[type=submit]{-webkit-appearance:button;}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{padding:.35em .75em .625em;}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
progress{display:inline-block;vertical-align:baseline;}
textarea{overflow:auto;}
[type=checkbox],[type=radio]{box-sizing:border-box;padding:0;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
summary{display:list-item;}
article,aside,footer,header,nav,section,figcaption,figure,main,details,/* 1 */
menu{display:block;}
pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em;}
audio,video,canvas{display:inline-block;}
template,[hidden]{display:none;}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}
a {color: #333;text-decoration: none;}
a:hover {color: #FF6E01;}
ul {margin: 0;list-style: none;padding: 0;}
.fl{ float:left;}
.fr{ float:right;}
.img-center {text-align: center;font-size: 0;}
.img-center img {display: inline-block;  border:1px solid #d7d7d7; padding:4px; width: 100%; height:auto; max-width: 100%;max-height: 100%;vertical-align: middle;-webkit-transition: all 0.5s;transition: all 0.5s;}

.img-cover {overflow: hidden;position: relative;}
.img-cover span {display: block;width: 100%;background: no-repeat center / cover;-webkit-transition: all 0.5s;transition: all 0.5s;height: 100%;position: absolute;left: 0;top: 0;}

.container {width: 1200px;margin: 0 auto;}


#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 10%;
}
#message .m-content .m-message{
	background: #fff;
	width: 580px;
    background: #fff;
    padding: 50px;	
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}



.m-message{

    width: 494px;

    margin: 48px auto 0;

}

.m-message label{

    margin-bottom: 15px;

    display: block;

    font-size: 14px;

}

.m-message label em{

    display: block;

    float: right;

    color: red;

    height: 32px;

    line-height: 32px;

}

.m-message label span{

    width: 70px;

    height: 34px;

    line-height: 34px;

    color: #2F2F2F;

    float: left;

    font-weight: bold;

    text-align: right;

    margin-right: 30px;

    display: inline-block;

}



.m-message label input.inp,.m-message label textarea,.m-message label.code input{

    width: 72%;

    overflow: hidden;

    height: 32px;

    line-height: 32px;

    border: #cccccc 1px solid;

    border-radius: 3px;

    padding:0 14px;

    box-sizing: border-box;

    color: #555;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;

       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

}

.m-message label input:focus,.m-message label textarea:focus{

    border-color: #66afe9;

  outline: 0;

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);

}

.m-message label textarea{

    height: 72px;

    line-height: 24px;

    padding:10px 14px;

}

.m-message label.code{

    line-height: 34px;

}

.m-message label.code input{

    width: 30%;

    float: left;

    margin-right: 30px;

}

.m-message label.code .pic {

    display: inline-block;

    vertical-align: top;

    width: 80px;

    height: 32px;

}

.m-message label.code img{

    display: block;

    width: 100%;

    height: 100%;

}


.btn-1 input{

    width: 52px;

    height: 32px;

    line-height: 32px;

    background: #e8e8e8;

    border: none;

    color: #333;

    margin-right: 22px;

    cursor: pointer;

    transition: 0.3s;

}

.btn-1{

    padding-left: 100px;

}

.btn-1 input.focus{

    background: #ce2e33;

    color: #fff;

}

.btn-1 input.focus:hover{

    background: #444;

}

.btn-1 input:hover{

    background: #ccc;

}

.nycon{ margin-top:40px;}
.footer-fix {box-shadow: 0 0 10px rgba(0,0,0,0.2);position: fixed;bottom: 0;left: 0;width: 100%;background-color: #fff;z-index: 10;display: none;}
.footer-fix li {float: left;width: 25%;}
.footer-fix li a {display: block;text-align: center;padding: 7px 0;font-size: 12px;line-height: 1;}
.footer-fix li i {display: block;height: 20px;background: no-repeat center;background-size: contain;margin-bottom: 4px;}
.footer-fix li i.i1 {background-image: url(../images/f_01.png);}
.footer-fix li i.i2 {background-image: url(../images/f_02.png);}
.footer-fix li i.i3 {background-image: url(../images/f_03.png);}
.footer-fix li i.i4 {background-image: url(../images/f_04.png);}

.swiper-pagination-bullet-active {background-color: #e13f38;}

.str_wrap {position: relative;overflow: hidden;}
.str_move {position: absolute;left: 0;top: 0;cursor: move;white-space: nowrap;}

.header { background:url(../images/logo_bg.png); background-color: #fff;}
.header .topbar {line-height: 34px;background-color: #f5f5f5;font-size: 13px;}
.header .topbar ul {float: right;}
.header .topbar li {float: left;color: #ddd;}
.header .topbar li.pipe {padding: 0 10px;}
.header .logo {float: left;font-size: 0;height: 90px;line-height: 80px;text-align: left;}
.header .logo img{padding-top:21px; border:0;}

.header .tel {float: right;background: url(../images/tel.jpg) no-repeat 0 center;padding-left: 55px;margin-top: 31px;}
.header .tel strong {display: block;font-size: 30px;font-family: Impact;line-height: 1;color: #FF6E01;}
.header .text {float: left;font-size: 18.7px;margin: 20px 0 20px 30px;padding: 8px 0 5px 30px;border-left: 1px solid #ddd;}
.header .text strong {display: block;font-size: 24px;}
.header .nav {font-size: 0;background-color: #204c97;color: #fff;}
.header .nav li {display: inline-block;vertical-align: middle;background: url(../images/li_07.jpg) no-repeat right center;padding-right: 1px;}
.header .nav li a {display: block;font-size: 16px;line-height: 65px;padding: 0 44px;color: #fff;}
.header .nav li .arr {float: right;height: 40px;width: 40px;position: relative;display: none;}
.header .nav li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;-webkit-transform: rotate(135deg);transform: rotate(135deg);right: 15px;}
.header .nav li.active a,.header .nav li.open a,.header .nav li a:hover {color: #fff;background-color: #FF6E01;}
.header .nav li.dropdown {position: relative;}
.header .nav li.dropdown:before {content: "";position: absolute;border: 4px solid transparent;border-bottom: 0;border-top-color: currentColor;top: 50%;margin-top: -2px;right: 15px;}
.header .nav .dropdown-box {position: absolute;left: 0;min-width: 100%;top: 100%;display: none;z-index: 10;text-align: center;}
.header .nav .dropdown-box p {margin: 0;}
.header .nav .dropdown-box a {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;font-size: 14px;background-color: rgba(0, 0, 0, 0.5) !important;line-height: 40px;border-bottom: 1px solid rgba(0, 0, 0, 0.2);}
.header .nav .dropdown-box a:hover {background-color: #FF6E01 !important;}
.header .nav li.open .dropdown-box {display: block;}
.menu-btn {display: none;padding: 15px 0;float: right;margin-left: 15px;}
.menu-btn:before,.menu-btn:after,.menu-btn span {display: block;height: 2px;background-color: #0d5ba4;content: '';}
.menu-btn:before {width: 24px;}
.menu-btn:after {width: 18px;margin-left: 6px;}
.menu-btn span {width: 12px;margin: 6px 0 6px 12px;}

.banner .swiper-slide {background: no-repeat center / cover;height: 570px;}
.banner .swiper-slide img {display: block;width: 100%;height: auto;}
.banner .swiper-pagination {bottom: 30px;}
.banner .swiper-pagination-bullet {background-color: #fff;opacity: 1;}
.banner .swiper-pagination-bullet-active {background-color: #015cb5;}

.yunu-sou {padding: 10px 0;border-bottom: 1px solid #eee;}
.yunu-sou .hot {float: left;padding: 7px 0;}
.yunu-sou .hot a {margin-right: 10px;}
.yunu-sou .hform {float: right;}
.yunu-sou .hform input {float: left;border: 1px solid #eee;padding: 6px 12px;width: 210px;font-size: 14px;}
.yunu-sou .hform button {border: 0;border-bottom: 1px solid transparent;padding: 0;float: left;cursor: pointer;outline: none;width: 40px;height: 34px;background: url(../images/sear.png) no-repeat center / contain #cc2231;color: #fff;font-size: 0;}

.section {padding: 50px 0;}
.section-title {text-align: center;margin-bottom: 30px;font-size: 26px;font-weight: bold;}
.section-title span {color: #1e4890;}
.section-title small {display: block;color: #999;font-size: 14px;font-weight: normal;margin-top: 10px;}

.title-1 {border-bottom: 1px solid #e2e2e2;font-size: 24px;color: #0d5ba4;padding-bottom: 15px;margin-bottom: 20px;line-height: 32px;}
.title-1 .more {float: right;font-size: 14px;}
.title-1 small {font-size: 14px;color: #999;text-transform: uppercase;margin-left: 10px;}

.in-prd-cate {float: left;width: 24%; border: 3px solid #214d98;background-color: #fff;}
.in-prd-cate .tit {text-align: center;color: #fff;line-height: 70px;font-size: 24px;font-weight: bold;background-color: #214d98;}
.in-prd-cate dl {padding: 0px;margin: 0;}
.in-prd-cate dt a {display: block;line-height: 50px;background: url(../images/g3.jpg) no-repeat center;color: #fff;font-size: 17px;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.in-prd-cate dd {margin: 0;}
.in-prd-cate dd a {display: block;line-height: 60px;font-size: 15px;border-bottom: 1px dotted #e5e5e5;background: url(../images/aao_10.jpg) left center no-repeat;padding-left: 28px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.in-prd-con {float: right;width: 72%;}

.list-1 {margin: -20px 0 0 -20px;}
.list-1 li {float: left;width: 33.333333%;}
.list-1 li a {display: block;margin: 20px 0 0 20px;}
.list-1 li .img-center {background-color: #fff; border: 1px solid #ddd;}
.list-1 li p {text-align: center;margin: 15px 0 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.list-1 li a:hover .img-center {border-color: #FF6E01;}
.list-1-1 li .img-center {height: 220px;line-height: 220px;}

/* product */
.product {width: 100%;margin-bottom: 30px;}
.productHome { width: 1300px; margin: 0 auto; overflow: auto; }
.productHome a:hover { text-decoration: none; }
.productHome .Title{width: 100%;text-align: center;padding-top: 0px;}
.productHome .Title h2{font-size: 32px;color: #333333; line-height:5px;}
.productHome .Title h2 a{color: #333333;text-decoration: none;}
.productHome .Title h2 em{color: #034484;font-weight: bold; font-style:normal;}
.productHome .Title i{display: block;width: 228px;height: 7px;margin: 12px auto 0;}
.productHome .Title i img{display: block;width: 228px;height: 7px;}
.productHome .title2 { text-align: center; font-size: 16px; margin-top: 11px; color: #000; }
.productNav { margin:0; width: 240px; float: left; }
.productNav ul { width: 238px; margin: 0 auto; overflow: hidden; border: 1px #ccc solid; border-top-width: 0; padding-bottom: 8px; background-color:#FFFFFF; }
.productNav h3 { float: left; text-align: center; width: 238px; height: 50px; line-height: 50px; display: block; background: #098145; border: 1px #ccc solid; }
.productNav h3 a { color: #fff; }
.productNav ul li a:hover { color: #fff; }
.productNav ul li {color:#034484;background: url(../images/prolistclassify_icon03.png) no-repeat 190px center #eaeaea; width:172px; height:38px; line-height:38px; margin:8px; padding-left:50px; behavior:url(PIE.htc);border-radius:3px;}
.productNav ul li a { font-size: 14px; color: #333; font-weight:bold; }
.productNav ul li:hover { color: #034484;background: url(../images/prolistclassify_icon03.png) no-repeat 190px center #eaeaea; }
.productNav ul li:hover a { color: #098145; }
.productHome .productHomeContent { width: 1300px; margin: 16px auto 0; float: right; }
.productHome .productHomeContent ul { overflow: hidden; }
.productHome .productHomeContent ul li { width:13%; float: left; margin-right:1%; margin-bottom: 16px; }
.productHome .productHomeContent ul li a { display: block; border:1px #ccc solid;  position: relative; z-index: 2; }
.productHome .productHomeContent ul li .productPic { width: 100%;  overflow: hidden; position: relative; }
.productHome .productHomeContent ul li .productName { line-height: 36px; text-align: center; color: #555; font-size: 14px; background:#efefef; white-space: nowrap; text-overflow: ellipsis; overflow:hidden; }
.productHome .productHomeContent ul li .productCon { background: #F7F7F7; border: #ccc solid 1px; border-top: 0; line-height: 2; padding: 3px 10px;font-size:14px; }
.productHome .productHomeContent ul li .productCon span { color: #098145; }
.productHome .productHomeContent ul li img {  position: relative;  transform: scale(1); transition: all 0.5s; }
.productHome .productHomeContent ul li:hover img { transform: scale(1.2); }


.ad {height: 400px;background: url(../images/ad.jpg) no-repeat center top;}

.in-case-menu {float: left;width: 300px;}
.in-case-menu li a {display: block;background: url(../images/ag2.jpg) no-repeat center / 100% 100%;line-height: 64px;padding-left: 64px;font-size: 16px;padding-right: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.in-case-menu li.active a {background-image: url(../images/ag1.jpg);color: #fff;}
.in-case-con {margin-left: 325px;}
.in-case-con dl {margin: 0;overflow: hidden;}
.in-case-con dt {float: left;width: 436px;}
.in-case-con dd {margin-left: 466px;}
.in-case-con dd h4 {margin: 0;font-size: 18px;}
.in-case-con dd p {margin: 20px 0 0;color: #777;line-height: 2;text-align: justify;height: 258px;}
.in-case-con dd .more {display: block;width: 180px;line-height: 38px;background-color: #FF6E01;color: #fff;text-align: center;margin-top: 20px;font-size: 16px;}

.in-honours ul {font-size: 0; height:260px;}
.in-honours li {width: 268px;display: inline-block;vertical-align: middle;margin: 0 13px;}
.in-honours li a {display: block;}
.in-honours li .img-center {background-color: #fff;}
.in-honours li p {text-align: center;margin: 15px 0 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 14px;}

.in-honours1 ul {font-size: 0;}
.in-honours1 li {width:214px;display: inline-block;vertical-align: middle;margin:0 12px;}
.in-honours1 li a {display: block;}
.in-honours1 li .img-center {background-color: #fff;}
.in-honours1 li p {text-align: center;margin: 15px 0 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 14px;}

.in-about {margin: 0;}
.in-about dt {float: left;width:50%; padding-right:50px;}
.in-about dd p {margin: 0;line-height: 2;text-align: justify;}

.bg1 {color: #fff;background: url(../images/asq_27.jpg) no-repeat center / cover;}
.bg1 .section-title span {color: #fff;}
.bg1 .section-title small {color: #fff;}

.in-lc {margin: -20px 0 0 -20px;}
.in-lc li {float: left;width: 33.333333%}
.in-lc li a {display: block;margin: 20px 0 0 20px;position: relative;color: #fff;}
.in-lc li .img-cover {padding-top: 76%;}
.in-lc li .text {position: absolute;left: 0;bottom: 0;width: 100%;background-color: rgba(0,0,0,0.5);margin: 0;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;line-height: 45px;}

.jq_dz{ background-image:url(../images/dz_bg.jpg); background-repeat:no-repeat; background-position:center; height:485px; background-color:#FFF;}
.jq_dz_tit{ text-align:center; padding-top:35px; padding-bottom:10px; font-size:20px; color:#FFF;}
.jq_dz_tit h2{ font-size:36px; color:#FFF; line-height:75px;}
.jq_dz_con{ width:1100px; margin:0 auto;display:flex; justify-content:space-between; flex-wrap:wrap; padding-top:15px;}
.jq_dz_con_img{ width:100px; height:130px;}
.jq_dz_con_img span:first-child{border-radius:10%; border:#fff solid 1px;  padding:10px; width:70px; height:75px; display:block; text-align:center;}
.jq_dz_con_img span:last-child{ color:#FFF; line-height:40px; font-size:16px; text-align:center; font-weight:800; display:block;}
.jq_dz_con_txt{ width:45px; height:90px; line-height:90px; font-size:26px; color:#FFF;}
.jq_dz_txt{ width:400px; margin:0 auto; margin-top:25px;}
.jq_dz_txt span{ display:block; float:left;}
.jq_dz_txt span:first-child{ width:130px; height:35px; line-height:35px; text-align:center; }
.jq_dz_txt span:first-child a{color:#FFF; display:block; background-color:#FF6E01;border-radius:5px; }
.jq_dz_txt span:first-child a:hover{background-color:#F00;border-radius:5px; }
.jq_dz_txt span:last-child{ width:260px; text-align:center; font-size:16px; font-weight:800; line-height:35px; color:#FFF}

.mcon{ line-height:36px;}	
.mleft{ width:25%; float:left; margin-right:2%; display:inline; margin-bottom:40px;}
.sjlb{ display:none;}
.cplb{background-color:#F4F4F4;}
.cpt{margin-bottom:10px; background:#204C97;}
.cpt p{ display:block; text-align:center; font-size:28px; font-weight:bold; color:#fff; padding-top:25px; margin:0px;}
.cpt p span{ display:block; font-size:14px; line-height:34px; padding-bottom:20px; text-transform:uppercase; font-weight:normal; }
.cplb dl{margin-bottom:10px; overflow:hidden; width:100%;}
.cplb dt{ width:100%; font-size:16px; background:url(../images/mrtit.png) #204C97 no-repeat 20px center; height:40px; line-height:40px; text-indent:45px;}
.cplb dt a{ color:#ffffff; display:block;}
.cplb dd{ border-bottom:1px #ffffff solid; background:url(../images/m42.png) no-repeat 8px center; text-indent:18px;line-height:30px; height:30px; overflow:hidden; border-bottom:1px #9d9d9d dashed; width:47%; margin-left:8px; 
          float:left;}
		  
.mright{ width:73%; float:left;margin-bottom:40px;}
.symrt{ width:100%; height:50px; line-height:50px; background-color:#353535; margin-bottom:20px;}
.symrt1{ width:120px; background:url(../images/mrt1.jpg) #fcc513 no-repeat 20px center; padding-left:60px; font-size:20px; font-weight:bold; color:#fff; float:left;}

.mrt{ background-color:#e7e7e7; height:47px; line-height:47px; margin-bottom:20px;font-size:16px; font-weight:bold; text-indent:20px; border-left:8px #0566b3 solid;}
.mrtit{ border-bottom:1px #dddddd solid; margin-bottom:15px;}
.mrtit span{ height:30px;color:#FFF; font-weight:bold; font-size:16px;}
.mrtit em{ float:right; font-style:normal; padding-right:10px;}

.cpzs{ overflow:auto; zoom:1;}
.cpzs li{ width:24%; border:1px #dddddd solid; float:left;  text-align:center; margin:3px;  display:inline; margin-bottom:20px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; overflow:hidden; }
.cpzs li img{ }
.cpzs li:hover{ border:1px #ee0303 solid;}
.cpzs li span{ display:block; background-color:#eeeeee;}

.xwzx {	float: left;width: 100%;}
.xw {float: left;width: 66%; border:1px solid #cdcdcd;}
.xwt { float: left;width: 100%;}
.xwd {float: left;width: 100%;}
.xw div .tab {float: left;height: 54px;width: 100%; background:#ccc;line-height: 46px;}
.xw div .tab li {float: left;width: 182px;text-align: center;	background-color: #0351A3;font-size: 1.1em;color: #FFF;margin: 0px;padding: 0px;line-height: 54px;}
.xw div .tab li.on {background-image: url(../images/hj_12.jpg);	background-repeat: no-repeat;float: left;height: 54px;width: 182px;}
.xw div .tab .yc {	float: right;padding-right: 10px;}
.xw div .tab .yc a {color: #303030;	text-decoration: none;}
.xw div .tab .yc a:hover {	color: #E30E1C;	text-decoration: underline;}
.xw .con {float: left;width: 95.8%;margin: 0px;padding-top: 20px;padding-right: 2%;	padding-bottom:18px;padding-left: 2%;color: #000;}
.xw .con div ul {margin: 0px;padding: 0px;list-style-type: none;}
.xw .con div ul li {float: left;width: 48%; margin:0 1%;border-bottom:1px #cdcdcd dashed; line-height: 36px;color: #666; background:url(../images/hj_23.jpg) no-repeat left; white-space: nowrap; text-overflow: ellipsis; overflow:hidden; }
.con div ul li a {color: #666;text-decoration: none; padding-left:10px;}
.xw .con div ul li a img {	float: left;padding-right: 10px;padding-top: 13px;}


.xw .con div ul li span {float: right;}
.zx {float: right;width: 30.6%; border:1px solid #cdcdcd;}
.zxt {background-color: #0351A3;float: left;width: 95%;	padding-left: 5%;line-height: 46px;	background-repeat: no-repeat;color: #FFF;}
.zxt span {	float: right;}
.zxt span a {color: #303030;text-decoration: none;font-size: 1em;padding-right: 10px;}
.zxt span a:hover {	color: #E30E1C;	text-decoration: underline;}
.zxd {padding: 4%;float: left;width: 91.4%;}
.zxd img {float: left;width: 100%;}

.zxd ul {padding: 0px;list-style-type: none;	margin-top: 20px;margin-right: 0px;	margin-bottom: 0px;	margin-left: 0px;float: left;width: 100%;}
.zxd ul li {float: left;width: 100%; background:url(../images/hj_23.jpg) no-repeat left; border-bottom:1px #cdcdcd dashed; line-height: 36px;color: #666;white-space: nowrap;text-overflow:ellipsis; overflow:hidden; padding-left:8px;}
.zxd ul li a {color: #666;text-decoration: none; padding-left:10px;}
.zxd ul li a img {	float: left;padding-right: 10px;padding-top: 13px;height: 6px;width: 4px;}

.yunu-link {}
.yunu-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #0d5ba4;padding-bottom: 15px;}
.yunu-link h4 small {text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}
.yunu-link ul {margin-left: -20px;}
.yunu-link li {float: left;margin-left: 20px;margin-top: 20px;}

.foot { background-color:#0351A3; color:#ffffff; height:370px; }
.foot a { color:#ffffff; }
.footc { /*float:left;*/ width:1000px; margin-top:18px; margin-left:auto; margin-right:auto; }
.fnav { margin-top:20px; margin-bottom:20px; background-color:#FF6E01; height:58px; line-height:58px; }
.fnav li { float:left; width:12.5%; text-align:center; }
.fwx { float:left; margin-top:60px; width:300px; text-align:center; }
.ftel { float:left; margin-top:20px; width:570px; }
.ftel ul { margin-bottom:10px; overflow:hidden; border-bottom:1px #ffffff solid; }
.ftel li { float:left; width:50%; }
.ftel p span { display:inline-block; margin-right:15px; }
.fdh { display:none; }

.banner-sub {height: 400px;background: no-repeat center / cover;}

.ct2-sd {float: left;width: 260px;}
.ct2-mn {float: right;width: 910px;}

.panel-sd {margin-bottom: 20px;background-color: #f6f6f6;}
.panel-sd:last-child {margin-bottom: 0;}
.panel-sd .tit {text-align: center;color: #fff;font-size: 20px;background: url(../images/k1.jpg) no-repeat center / cover;padding: 20px 0;}

.contact-sd {padding: 20px;line-height: 1.8;font-size: 13px;}

.lanmu li {border-bottom: 1px dotted #ddd;}
.lanmu li:last-child {border-bottom: 0;}
.lanmu li>a {display: block;line-height: 44px;/*padding: 0 0 0 25px;*/text-align: center}
.lanmu li .arr {float: right;height: 45px;width: 40px;position: relative;cursor: pointer;}
.lanmu li .arr:after {content: '';border-top: 2px solid #ccc;border-left: 2px solid #ccc;box-sizing: content-box;display: block;width: 8px;height: 8px;margin: auto;position: absolute;top: 0;bottom: 0;-webkit-transform: rotate(135deg);transform: rotate(135deg);right: 15px;}
.lanmu-box {display: none;}
.lanmu-box p {margin: 0;border-top: 1px dotted #ddd;padding-left: 15px;}
.lanmu-box p a {padding: 0 25px;display: block;line-height: 40px;}
.lanmu li>a:hover,.lanmu li.active>a {color: #FF6E01;}
.lanmu li.open .lanmu-box {display: block;}
.lanmu li.open .arr:after {-webkit-transform: rotate(225deg);transform: rotate(225deg);}

.i5upage li { list-style-type:none; float:left; } /*如分页代码变成楼梯错位，加上这句即可*/
.i5upage{ font-family:Arial, Helvetica, sans-serif; line-height: normal; font-size: 14px; }
.i5upage a,.i5upage span{display:block;color:#390;font-weight:normal;text-decoration:none;letter-spacing:0px;border:1px solid #ccc;padding-top:3px;float:left;margin-top:5px;margin-right:2px;margin-bottom:5px;margin-left:2px;text-align:center;padding-right:5px;padding-left:5px;height:18px} /* SPAN和链接 */
.i5upage a:hover, .i5upage a.current{color:#F44;border:1px solid #F44} /* 当前链接有激活时 */
.i5upage input{padding:0px;color:#390;height:16px;width:25px;border:0px solid #fff;text-align:center;margin-top:0px;margin-right:-5px;margin-bottom:0px;margin-left:-5px;vertical-align:middle;font-size:12px} /* 跳转INPUT */

.sub-tit {border-bottom: 1px solid #ddd;font-size: 18px;color: #0d5ba4;font-weight: bold;padding-bottom: 15px;margin-bottom: 20px;}
.curmbs {float: right;font-weight: normal;font-size: 12px;color: #999;line-height: 25px;background: url(../images/hom1.jpg) no-repeat 0 center;padding-left: 20px;}
.curmbs em {font-style: normal;padding: 0 5px;}

.list-3 {}
.list-3 li {margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #eee;}
.list-3 li a {display: block;overflow: hidden;}
.list-3 li .img-center {float: left;width: 240px;}
.list-3 li .text {margin-left: 260px;}
.list-3 li .text h4 {font-size: 20px;margin: 0;}
.list-3 li .text .date {margin-top: 10px;color: #999;font-size: 12px;}
.list-3 li .text p {margin: 10px 0 0;color: #777;line-height: 1.8;text-align: justify;}
.list-3 li .text span {float: right;line-height: 24px;border: 1px solid #ddd;border-radius: 50px;padding: 0 20px;margin-top: 10px;}
.list-3 li a:hover .text span {background-color: #FF6E01;color: #fff;border-color: #FF6E01;}

.list-4 li {border-bottom: 1px dotted #ccc;}
.list-4 li a {display: block;line-height: 45px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;background: url(../images/libg.jpg) left center no-repeat;padding-left: 20px;}
.list-4 li span {float: right;font-size: 12px;color: #666;}

.content-title {margin-bottom: 20px;text-align: center;}
.content-title h1 {font-size: 22px;margin: 0;}
.content-title p {margin: 15px 0 0;font-size: 12px;color: #999;border-top: 1px dashed #ddd;padding-top: 15px;}
.content-title p span {padding: 0 10px;display: inline-block;}
.content-body {line-height: 1.8;}
.content-body img {max-width: 100% !important;height: auto !important;width: auto !important;}
.content-exp {padding: 10px 15px;font-size: 12px;background-color: #f5f5f5;margin-top: 20px;border-radius: 5px;}
.content-exp li {line-height: 2;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.yunu-showcase {margin: 0 0 20px;padding-bottom: 20px;border-bottom: 1px dashed #ddd;}
.yunu-showcase-info {margin-left: 430px;}
.yunu-showcase-info h1 {font-size: 20px;margin: 0;border-bottom: 1px dashed #ddd;padding-bottom: 15px;}
.yunu-showcase-info p {margin: 15px 0 0;color: #666;line-height: 1.8;}
.yunu-showcase-info .tel {margin-top: 15px;}
.yunu-showcase-info .tel a {line-height: 42px;color: #fff;display: inline-block;width: 120px;text-align: center;border-radius: 5px;background-color: #FF6E01;}

.pc-slide{float:left;width:400px;}
.view .swiper-slide .img-center {width:100%;height:300px;line-height:300px;}
.view .swiper-container{width:100%;}
.preview{width:100%;margin-top:10px;position:relative;}
.preview .swiper-container{margin:0 30px;}
.preview .swiper-slide .img-center{height:80px;border:1px solid #ddd;cursor:pointer;position:relative;line-height: 80px;}
.preview .arrow-left{background:url(../images/feel3.png) no-repeat left top;position:absolute;left:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .arrow-right{background:url(../images/feel4.png) no-repeat left bottom;position:absolute;right:0;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .active-nav .img-center{border-color: #FF6E01;}

div.zoomDiv {z-index: 999;position: absolute;top: 0;left: 0;background: #ffffff;border: 1px solid #ddd;display: none;text-align: center;overflow: hidden;font-size: 0;}
div.zoomMask {position: absolute;background: url(../images/mask.png) repeat scroll 0 0 transparent;cursor: move;z-index: 1;}

.map {height: 400px;margin-top: 20px;}
.prenext{ color:#ee0303;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;float: left;width: 98%;line-height: 30px;	margin-top: 10px;border-top-width: 1px;border-top-style: solid;border-top-color: #999;	margin-bottom:15px;}
.prenext .pre{float: left;width: 100%;} 
.prenext .pre a{color: #333;text-decoration: none;} 
.prenext .pre a:hover {	color: #ff0000;}/* 上一篇 */
.prenext .next{	text-align: left;float: left;width: 100%;}
.prenext .next a{color: #333;text-decoration: none;} 
.prenext .next a:hover {color: #ff0000;}

#marquee3 {	WIDTH: 100%;DISPLAY: inline;FLOAT: left;OVERFLOW: hidden;}
#marquee3 li {	TEXT-ALIGN: center;	WIDTH:24%;FLOAT: left; margin: 4px;	OVERFLOW: hidden;margin-bottom: 10px;}
#marquee3 .m3tp,#marquee3 .m3tp img {WIDTH: 100%;}
#marquee3 li .m3txt {height:50px; line-height:50px;text-align:left;display:block;padding-left:30px;background:url(../images/m51.png) #dedede no-repeat 10px 18px;}
#marquee3 li .m3txt span{ float:right; width:60px; text-align:center; background-color:#0566b3; height:22px; margin-top:15px; line-height:22px; text-transform:uppercase; color:#ffffff; font-size:12px;}

.p16{font-weight:bold; font-size:20px; }
.ptitle{line-height:35px; margin-bottom:8px; text-align:center;}
.pline{ border-bottom:4px double #dddddd; color:#0566b3; }
.info{text-align:center;line-height:30px;color:#666;padding-right:18px; border-top:1px #dddddd solid;  border-bottom:1px #dddddd solid; margin-bottom:20px;}
.list{}
.list .node{margin-bottom:8px} /* 单个文章信息 */
.list .node .title{padding-bottom:6px;padding-top:5px;border-bottom-width:1px;border-bottom-style:dashed;border-bottom-color:#EBEBEB} /* 标题 */
.list .node .title h2{margin:0px;padding:0px;font-size:16px} /* 标题 */
.list .node .title a{border-left-width:5px;border-left-style:solid;border-left-color:#D9D9D9;padding-left:5px}
.list .node .title a:hover{text-decoration:underline}
.list .node .description{padding:8px;line-height:150%;color:#555} /* 描述 */
.list .node .description p{margin:0px;padding:0px}
.list .node .info{text-align:right;font-size:12px;line-height:20px;color:#666;padding-right:18px} 
.xgxw{ margin-bottom:30px; margin-top:30px;}
.xgxw li{ border-bottom:1px #dddddd dashed; background:url(../images/mli.jpg) no-repeat left center; padding-left:20px; line-height:40px; height:40px; overflow:hidden;}

@media screen and (max-width: 1200px) {
body {min-width:100%;padding-top: 50px;}	
.container{ margin:0 1%; max-width:98%; }
.productHome{ margin:0 1%; max-width:98%; }
.productHome .productHomeContent{ max-width:98%; margin:0 auto;}
}

@media screen and (max-width:980px) {
.jq_dz{ background-image:url(../images/dz_bg.jpg); background-repeat:no-repeat; background-position:center; height:440px; background-color:#FFF;}
.jq_dz_tit{ text-align:center; padding-top:10px; padding-bottom:10px; font-size:14px; color:#FFF;}
.jq_dz_tit h2{ font-size:24px; color:#FFF; line-height:0px;}
.jq_dz_con{ width:90%; margin:0 auto;display:flex; justify-content:space-between; flex-wrap:wrap;}
.jq_dz_con_img{ width:100px; height:130px;}
.jq_dz_con_img span:first-child{border-radius:10%; border:#fff solid 1px;  padding:10px; width:70px; height:75px; display:block; text-align:center;}
.jq_dz_con_img span:last-child{ color:#FFF; line-height:26px; font-size:14px; text-align:center; font-weight:800; display:block;}
.jq_dz_con_txt{ display:none;}
.jq_dz_con .jq_dz_con_img:last-child{display:none;}
.jq_dz_txt{ width:100%; margin:0 auto; margin-top:10px;}
.jq_dz_txt span{ display:block; float:left;}
.jq_dz_txt span:first-child{ width:120px; height:35px; line-height:35px; text-align:center; margin-left:10px; }
.jq_dz_txt span:first-child a{color:#FFF; display:block; background-color:#EF7301;border-radius:5px; }
.jq_dz_txt span:first-child a:hover{background-color:#F00;border-radius:5px; }
.jq_dz_txt span:last-child{ width:210px; text-align:center; font-size:16px; font-weight:800; margin-left:10px; line-height:35px; color:#FFF}

.xw{ width:100%;}
.xw .con div ul li{ width:100%;}
.zx{ width:100%;}

.ad{ display:none;}
.fnav { display:none;}

.fdh ul { width:100%; }

}

@media screen and (max-width:800px) {
.productHome .Title h2{ font-size:20px;}
.mleft{ display:none;}
.mright{ width:100%;}
.mcon{ width:98%; margin:0 1%;}	
.foot { margin-bottom:40px; }
.footc { width:100%; }
.productHome .productHomeContent ul li{ width:47%; margin:1%;}
.in-honours1 li{ width:42%;}
.in-honours ul {font-size: 0; height:200px;}
#marquee3 li{ width:47%}
.cpzs li{ width:47%;}
.fnav { display:none;}
.fnav { display:none;}
.fdh { display:block; width:100%; position:fixed; z-index:99999; bottom:0px; height:40px; line-height:40px; background-color:#222222; color:#FFF; }
.fdh li { float:left; width:33.33333%; display:block; text-align:center; border-right:1px #ddd solid; box-sizing:border-box; }
.fdh .li { background-color:#074e9d; }
.fdh a { color:#FFF; }

}


@media screen and (max-width: 767px) {
    .container {width: auto;}
    #message .m-content .m-message{ width:90%; padding:20px; }
    .header {padding: 10px 0;position: fixed;z-index: 10;width: 100%;top: 0;left: 0;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
    .header .topbar,.header .text,.header .tel {display: none;}
    .header .logo {height: 80px;line-height: 80px;float: none;padding: 0;margin: -15px 0; width:86%; }
	.header .logo img{ padding-top:0;}
    .header .nav {margin: 10px 0 -10px;text-align: left;display: none;background-color: transparent;border-bottom: 0;}
    .header .nav ul {margin: 0 -15px;}
    .header .nav li {display: block;margin: 0;border-top: 1px solid #eee;background: none;}
    .header .nav li a {line-height: 40px;padding: 0 15px;color: #333;}
    .header .nav li .arr {display: block;}
    .header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {background-color: transparent;color: #FF6E01}
    .header .nav li.open .arr:after {border-color: #FF6E01;-webkit-transform: rotate(225deg);transform: rotate(225deg);}
    .header .nav .dropdown-box {position: static;background-color: #f5f5f5;min-width: auto;text-align: left;}
    .header .nav .dropdown-box a {color: #333 !important;border-top: 1px dotted #ddd;padding: 0 15px;line-height: 40px;background-color: transparent !important;border-bottom: 0;}
    .header .nav .dropdown-box a:hover {background-color: transparent !important;}
    .menu-btn {display: block;}
    .wx{display:none}
    .banner .swiper-slide {height: 150px;}
    .banner .swiper-pagination {bottom: 10px;}

    .yunu-sou {padding: 0;border-bottom: 0;}
    .yunu-sou .container {padding: 0;}
    .yunu-sou .hot {display: none;}
    .yunu-sou .hform {float: none;position: relative;}
    .yunu-sou .hform input {border-color: transparent;width: 100%;box-sizing: border-box;line-height: 20px;padding: 9px 60px 9px 15px;border-radius: 0;border-bottom: 1px solid #eee;}
    .yunu-sou .hform button {position: absolute;right: 0;top: 0;width: 50px;height: 40px;}

    .in-prd-cate {display: none;}
    .in-prd-con {float: none;width: auto;}

    .section {padding: 30px 0;}
    .section-title {margin-bottom: 20px;font-size: 18px;}
    .section-title small {font-size: 12px;margin-top: 5px;}

    .title-1 {font-size: 18px;line-height: 24px;padding-bottom: 10px;margin-bottom: 15px;}
    .title-1 small {font-size: 12px;}

    .list-1 {margin: -15px 0 0 -15px;}
    .list-1 li {width: 50%;}
    .list-1 li a {margin: 15px 0 0 15px;}
    .list-1 li .img-center {/*height: 120px;line-height: 120px;*/}
    .list-1 li p {margin-top: 10px;}
    .list-1 li a:hover .img-center {border-color: #FF6E01;}
    .list-1-1 li .img-center {height: 108px;line-height: 108px;}

    .in-case-menu {display: none;}
    .in-case-con {margin: 0;}
    .in-case-con dt {float: none;width: auto;}
    .in-case-con dd {margin: 15px 0 0;}
    .in-case-con dd p {height: auto;margin: 10px 0 0;line-height: 1.8;}
    .in-case-con dd .more {margin-top: 15px;}

    .in-honours li {width: 140px;}
    .in-honours li .img-center {height: 117px;line-height: 110px;}
    .in-honours li p {margin-top: 10px;}

    .in-about dt {float: none;width: auto; padding-right:0;}
    .in-about dd {margin: 15px 0 0;}
    .in-about dd p {line-height: 1.8;}

    .in-lc li {width: 100%;}

    .in-news {margin-top: -20px;}
    .in-news .item {width: 100%;}
    .in-news .wrap {margin-top: 20px;}
    .in-news .img-center {display: none;}

    .in-news .title-1 {font-size: 18px;}
    .foot{ height:512px;}
    .fwx { width:100%; margin-top:2%; margin-bottom:2%; }
    .ftel { width:100%; }

    .banner-sub {height: 130px;}

    .ct2-sd {display: none;}
    .ct2-mn {float: none;width: auto;}

    .sub-tit {padding-bottom: 10px;margin-bottom: 15px;}
    .curmbs {display: none;}

    .pages {margin-top: 20px;}
    .pages a {font-size: 12px;line-height: 30px;padding: 0 12px;}

    .list-3 li .img-center {float: none;width: auto;}
    .list-3 li .text {margin: 15px 0 0;}
    .list-3 li .text h4 {font-size: 16px;}
    .list-3 li .text p {font-size: 12px;}

    .list-4 li a {line-height: 40px;padding-left: 15px;}

    .content-title {margin-bottom: 15px;}
    .content-title h1 {font-size: 18px;}
    .content-title p {margin-top: 10px;padding-top: 10px;}
    .content-title p span {padding: 0 5px;}
    .content-exp {margin-top: 15px;}

    .pc-slide {float: none;width: auto;}
    .yunu-showcase-info {margin: 20px 0 0;}
    .yunu-showcase-info h1 {padding-bottom: 10px;}
    .yunu-showcase-info p {margin-top: 10px;}

    .map {height: 200px;}
}
table.gridtable {
    width:100%;
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}
table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}
table.gridtable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}